main: create jekyll lander if necessary #5024
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The spec site needs Markdown lander pages for showing the latest schema iterations with syntax highlighting, for example https://spec.openapis.org/oas/3.2/schema/2025-09-17.html.
Up to now these files had to be manually created when schemas were published the first time for a MAJOR.MINOR spec version, for example via
Now these lander pages are created by copying the corresponding lander page from the preceding spec version and adjusting it to match the newly published MAJOR.MINOR spec version.
Note
Whenever a new (major) spec version changes the way the schema files are named or structured, lander pages for schema files with new names have to be manually created, and copied lander pages may need to be updated if the purpose of the schema file has changed.